-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADFS tweaks #1538
ADFS tweaks #1538
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The build on Vercel is failing since Prisma schema sync tries to drop columns. I do not see those columns locally. Does it ring a bell @adintegra ?
|
README.md
Outdated
We use Next-auth to integrate our application with Keycloak. | ||
See https://next-auth.js.org/providers/keycloak for documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could drop references to Keycloak altogether.
Alternatively, we could keep them (including what we had before in the Locally section below) and explain the use of Keycloak as an identity provider. Obviously more effort, but potentially more useful to other users of the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I had forgotten this last mention. I removed it and pointed to the custom adfs provider. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM – thanks! 🎉
Goals
Polishing login via government ADFS. Each commit should be self explanatory.